a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
* {margin:0;padding:0;background-repeat:no-repeat;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param,nav{margin:0; padding:0;}
html,body{margin:0; padding:0; height: 100%; background:#fff; color:#000;  font-family:"Microsoft YaHei",sans-serif; -webkit-text-size-adjust:none;/*Google Chrome*/}
input,button,select,textarea{ font-family:"Microsoft YaHei",sans-serif; color:inherit;background-color:transparent;border-style:none;}
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input{display:inline-block; vertical-align:middle;}


fieldset{border:none;}
legend{display:none;}
.left { float:left}
.right { float:right}

/*Clear Css*/
.clear{clear:both; font-size:0; height:0; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearb{ clear:both;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/*Common Css*/
body{font-size:14px;}
a{ text-decoration:none;}
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
::-ms-clear, ::-ms-reveal{display: none;}  /*清除input右侧 X或者眼睛*/
input[type=button],input[type=submit],input[type=reset],select{border-radius:0;-webkit-appearance: none;-moz-appearance: none;}/*清楚苹果默认样式*/
a:focus,a:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);} /*去除手机端a标签默认色块*/

/*防止文本域拖拽*/
textarea {resize: none;}

/*swiper 左右按钮防止点到链接*/
.swiper-button-disabled{pointer-events:visible !important;}


.table{height:100%;display:table;width:100%;}
.table-cell{display:table-cell;vertical-align:middle;}

/*一行显示*/
.textrap {white-space: nowrap;}
/*省略号*/
.textover{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}



a,input[type=reset],input[type=submit],input[type=button]{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
img{max-width:100%;}
/*img{max-width:100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;}*/	
#dituContent img{max-width:inherit;width:auto;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;}


.flex{
    display:flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap:wrap;/*默认换行*/
    justify-content: space-between;/*两侧对齐*/
    /*justify-content: center;!*上下居中*!*/
    align-items:stretch;/*长度对齐（防止错位）*/
}

.header-top .logo_jt{ position:absolute; top:20px; left:3%; margin-left:120px; width:188px; height:53px; background:url(../images/header_logo_jt.png) no-repeat 0px -53px;}
.header-topbg .logo_jt,.p-header .header-top .logo_jt{ background:url(../images/header_logo_jt.png) no-repeat 0px 0px;}